{% extends "base.html" %} {% block title %}Patient Medical History - Admin Panel{% endblock %} {% block content %}
{{ patient_user.name }} - Complete medical records
{{ patient_user.email }}
{{ history.created_at.strftime('%B %d, %Y') }} {{ history.created_at.strftime('%I:%M %p') }}
{% if history.diagnosis %}This patient has no medical history records yet.